Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Runtime Invocation Functions /


JMGetSessionProperty

Obtains a property value for an existing session.

OSStatus JMGetSessionProperty (
                     JMSessionRef session,
                     const JMTextRef propertyName,
                     JMTextRef* propertyValue;
session
The session whose property value you wish to obtain.
propertyName
A text object holding the name of the property whose value you want to obtain.
propertyValue
A pointer to the text object holding the property value. on return, this location contains the value of propertyName.
function result
A result code; see "JManager Result Codes".
DISCUSSION
This function corresponds to the Java method java.lang.System.getProperty.

SEE ALSO
The JMPutSessionProperty function.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997